PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFStringAppearanceOptions Class / setPen Method
A pen used for stroking the text outline.
In This Topic
    setPen Method
    In This Topic
    Sets the text pen.
    Stroking the text outline when a small font size is used results in a bolder text appearance.
    Syntax
    public void setPen( 
       PDFPen value
    )

    Parameters

    value
    A pen used for stroking the text outline.
    See Also